* {
    font-family: 'Calibri';
}

.bold {
    font-weight: 700;
}

.px16 {
    font-size: 16px;
}

.px17 {
    font-size: 17px;
}

.px18 {
    font-size: 18px;
}

.px19 {
    font-size: 19px;
}

.px20 {
    font-size: 20px;
}

.px25 {
    font-size: 25px;
}

.px30 {
    font-size: 30px;
}

.px35 {
    font-size: 35px;
}


/*# sourceMappingURL=index.css.map */

.clockdate-wrapper {
    background-color: #fff;
    padding: 3px;
    max-width: 350px;
    width: 250px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}

#clock {
    background-color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    text-shadow: 0px 0px 1px #fff;
    color: rgb(121, 121, 121);
    font-weight: 700;
}

#clock span {
    color: #888;
    text-shadow: 0px 0px 1px #333;
    font-size: 11px;
}

#date {
    letter-spacing: 1px;
    font-size: 11px;
    font-family: arial, sans-serif;
    color: rgb(121, 121, 121);
    font-weight: 700;
}

.release-title {
    display: flex;
    justify-content: space-between;
}

.button {
    padding: 8px 14px;
    color: white;
    background: #f47405;
    border-radius: 10px;
    border: none;
}

.button:hover {
    background: #f4740590;
}

@media (max-width: 768px) {
    .button {
        padding: 8px 14px;
        color: white;
        background: #f47405;
        border-radius: 10px;
        border: none;
        width: 100%;
        margin: auto;
    }
}